home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / system-config-printer / ui / ConnectDialog.glade < prev    next >
Encoding:
Extensible Markup Language  |  2010-09-28  |  5.7 KB  |  131 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <requires lib="gtk+" version="2.16"/>
  4.   <!-- interface-naming-policy toplevel-contextual -->
  5.   <object class="GtkDialog" id="ConnectDialog">
  6.     <property name="border_width">6</property>
  7.     <property name="title" translatable="yes">Connect to CUPS server</property>
  8.     <property name="resizable">False</property>
  9.     <property name="modal">True</property>
  10.     <property name="window_position">center-on-parent</property>
  11.     <property name="icon_name">printer</property>
  12.     <property name="type_hint">dialog</property>
  13.     <property name="has_separator">False</property>
  14.     <child internal-child="vbox">
  15.       <object class="GtkVBox" id="dialog-vbox2">
  16.         <property name="visible">True</property>
  17.         <property name="orientation">vertical</property>
  18.         <property name="spacing">6</property>
  19.         <child>
  20.           <object class="GtkTable" id="table5">
  21.             <property name="visible">True</property>
  22.             <property name="border_width">6</property>
  23.             <property name="n_rows">2</property>
  24.             <property name="n_columns">2</property>
  25.             <property name="column_spacing">12</property>
  26.             <property name="row_spacing">6</property>
  27.             <child>
  28.               <object class="GtkComboBoxEntry" id="cmbServername">
  29.                 <property name="visible">True</property>
  30.                 <accessibility>
  31.                   <relation type="labelled-by" target="label53"/>
  32.                 </accessibility>
  33.                 <signal name="changed" handler="on_connect_servername_changed"/>
  34.               </object>
  35.               <packing>
  36.                 <property name="left_attach">1</property>
  37.                 <property name="right_attach">2</property>
  38.                 <property name="x_options">GTK_FILL</property>
  39.                 <property name="y_options">GTK_FILL</property>
  40.               </packing>
  41.             </child>
  42.             <child>
  43.               <object class="GtkCheckButton" id="chkEncrypted">
  44.                 <property name="label" translatable="yes">Require _encryption</property>
  45.                 <property name="visible">True</property>
  46.                 <property name="can_focus">True</property>
  47.                 <property name="receives_default">False</property>
  48.                 <property name="use_underline">True</property>
  49.                 <property name="draw_indicator">True</property>
  50.               </object>
  51.               <packing>
  52.                 <property name="right_attach">2</property>
  53.                 <property name="top_attach">1</property>
  54.                 <property name="bottom_attach">2</property>
  55.                 <property name="x_options">GTK_FILL</property>
  56.                 <property name="y_options"></property>
  57.               </packing>
  58.             </child>
  59.             <child>
  60.               <object class="GtkLabel" id="label53">
  61.                 <property name="visible">True</property>
  62.                 <property name="xalign">0</property>
  63.                 <property name="label" translatable="yes">CUPS _server:</property>
  64.                 <property name="use_underline">True</property>
  65.                 <property name="mnemonic_widget">cmbServername</property>
  66.                 <accessibility>
  67.                   <relation type="label-for" target="cmbServername"/>
  68.                 </accessibility>
  69.               </object>
  70.               <packing>
  71.                 <property name="x_options">GTK_FILL</property>
  72.                 <property name="y_options"></property>
  73.               </packing>
  74.             </child>
  75.           </object>
  76.           <packing>
  77.             <property name="position">1</property>
  78.           </packing>
  79.         </child>
  80.         <child internal-child="action_area">
  81.           <object class="GtkHButtonBox" id="dialog-action_area2">
  82.             <property name="visible">True</property>
  83.             <property name="layout_style">end</property>
  84.             <child>
  85.               <object class="GtkButton" id="button16">
  86.                 <property name="label">gtk-cancel</property>
  87.                 <property name="visible">True</property>
  88.                 <property name="can_focus">True</property>
  89.                 <property name="can_default">True</property>
  90.                 <property name="receives_default">False</property>
  91.                 <property name="use_stock">True</property>
  92.               </object>
  93.               <packing>
  94.                 <property name="expand">False</property>
  95.                 <property name="fill">False</property>
  96.                 <property name="position">0</property>
  97.               </packing>
  98.             </child>
  99.             <child>
  100.               <object class="GtkButton" id="btnConnect">
  101.                 <property name="label">gtk-connect</property>
  102.                 <property name="visible">True</property>
  103.                 <property name="can_focus">True</property>
  104.                 <property name="can_default">True</property>
  105.                 <property name="has_default">True</property>
  106.                 <property name="receives_default">False</property>
  107.                 <property name="use_stock">True</property>
  108.                 <accelerator key="Return" signal="activate"/>
  109.               </object>
  110.               <packing>
  111.                 <property name="expand">False</property>
  112.                 <property name="fill">False</property>
  113.                 <property name="position">1</property>
  114.               </packing>
  115.             </child>
  116.           </object>
  117.           <packing>
  118.             <property name="expand">False</property>
  119.             <property name="pack_type">end</property>
  120.             <property name="position">0</property>
  121.           </packing>
  122.         </child>
  123.       </object>
  124.     </child>
  125.     <action-widgets>
  126.       <action-widget response="-6">button16</action-widget>
  127.       <action-widget response="-5">btnConnect</action-widget>
  128.     </action-widgets>
  129.   </object>
  130. </interface>
  131.